home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spy Sweeper Free / ssftrialsnrsetup1_1894289931.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRASESSIONLOGPAGE / TFRASESSIONLOGPAGE.txt
Encoding:
Text File  |  2006-10-20  |  2.2 KB  |  102 lines

  1. inherited fraSessionLogPage: TfraSessionLogPage
  2.   Width = 540
  3.   Height = 481
  4.   Font.Height = -12
  5.   ParentFont = False
  6.   ExplicitWidth = 540
  7.   ExplicitHeight = 481
  8.   object lblMaxSessions: TResLabel [0]
  9.     Left = 268
  10.     Top = 52
  11.     Width = 197
  12.     Height = 14
  13.     Alignment = taRightJustify
  14.     Anchors = [akTop, akRight]
  15.     FocusControl = edtMaxSessions
  16.     ResourceCaption = 36510
  17.     ResourceHint = 41750
  18.   end
  19.   object lblSessionLogHyperlink: TResLabel [1]
  20.     Left = 8
  21.     Top = 449
  22.     Width = 62
  23.     Height = 14
  24.     Anchors = [akLeft, akBottom]
  25.     OnClick = lblSessionLogHyperlinkClick
  26.     ResourceCaption = 36520
  27.   end
  28.   inherited pnlHeader: TPanel
  29.     Width = 540
  30.     ExplicitWidth = 540
  31.     inherited imgStep: TResImage
  32.       ResourceImage = 'STP_RESULTS'
  33.     end
  34.     inherited lblStep: TResStaticText
  35.       Width = 68
  36.       Height = 18
  37.       ResourceCaption = 36500
  38.       ExplicitWidth = 68
  39.       ExplicitHeight = 18
  40.     end
  41.     inherited btnContextHelp: TResTeButton
  42.       Left = 505
  43.       Visible = False
  44.       Enabled = False
  45.       ExplicitLeft = 505
  46.     end
  47.   end
  48.   object edtMaxSessions: TSpinEdit
  49.     Left = 472
  50.     Top = 48
  51.     Width = 60
  52.     Height = 23
  53.     Anchors = [akTop, akRight]
  54.     Color = clWhite
  55.     MaxValue = 100
  56.     MinValue = 1
  57.     TabOrder = 1
  58.     Value = 3
  59.   end
  60.   object memSessionLog: TMemo
  61.     Left = 8
  62.     Top = 76
  63.     Width = 523
  64.     Height = 358
  65.     Anchors = [akLeft, akTop, akRight, akBottom]
  66.     Color = clWhite
  67.     ReadOnly = True
  68.     ScrollBars = ssBoth
  69.     TabOrder = 3
  70.     WantReturns = False
  71.     WordWrap = False
  72.   end
  73.   object btnSaveToFile: TResTeButton
  74.     Left = 151
  75.     Top = 445
  76.     Width = 185
  77.     Height = 25
  78.     OnClick = btnSaveToFileClick
  79.     Anchors = [akRight, akBottom]
  80.     TabOrder = 2
  81.     ResourceCaption = 36530
  82.     ResourceHint = 41752
  83.   end
  84.   object btnClearLog: TResTeButton
  85.     Left = 346
  86.     Top = 445
  87.     Width = 185
  88.     Height = 25
  89.     OnClick = btnClearLogClick
  90.     Anchors = [akRight, akBottom]
  91.     TabOrder = 4
  92.     ResourceCaption = 36531
  93.     ResourceHint = 41753
  94.   end
  95.   object dlgSave: TSaveDialog
  96.     Filter = 'Text Files|*.txt'
  97.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  98.     Left = 224
  99.     Top = 168
  100.   end
  101. end
  102.